golang.org/x/tools/go/ast/inspector.Cursor.indices (method)

5 uses

	golang.org/x/tools/go/ast/inspector (current package)
		cursor.go#L114: func (c Cursor) indices() (int32, int32) {
		cursor.go#L141: 		for i, limit := c.indices(); i < limit; {
		cursor.go#L175: 	for i, limit := c.indices(); i < limit; {
		cursor.go#L460: 	for i, limit := c.indices(); i < limit; i++ {
		cursor.go#L500: 	for i, limit := c.indices(); i < limit; i++ {